home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TCRIPPLEFORM / TCRIPPLEFORM.txt
Text File  |  2003-03-07  |  2KB  |  72 lines

  1. object CrippleForm: TCrippleForm
  2.   Left = 355
  3.   Top = 281
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MailWasher'
  7.   ClientHeight = 141
  8.   ClientWidth = 359
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ReasonLabel: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 329
  25.     Height = 25
  26.     Caption = 
  27.       'The operation could not be completed as this version of MailWash' +
  28.       'er is limited to one account.'#13#10#13#10
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 56
  34.     Width = 323
  35.     Height = 13
  36.     Caption = 
  37.       'For multiple accounts as well as Hotmail support, we recommend y' +
  38.       'ou'
  39.   end
  40.   object LinkLabel1: TLinkLabel
  41.     Left = 16
  42.     Top = 70
  43.     Width = 129
  44.     Height = 13
  45.     Ellipsis = etNone
  46.     Caption = 'upgrade to MailWasher Pro'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = 15597568
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsUnderline]
  52.     ParentFont = False
  53.     MouseOverFont.Charset = DEFAULT_CHARSET
  54.     MouseOverFont.Color = 16733525
  55.     MouseOverFont.Height = -11
  56.     MouseOverFont.Name = 'MS Sans Serif'
  57.     MouseOverFont.Style = [fsUnderline]
  58.     URL = 'http://www.firetrust.com/products/mailwasherpro/'
  59.   end
  60.   object OKButton: TButton
  61.     Left = 271
  62.     Top = 104
  63.     Width = 75
  64.     Height = 25
  65.     Anchors = [akRight, akBottom]
  66.     Caption = 'OK'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 0
  70.   end
  71. end
  72.